Artificialwhale/session-reader-plugin:在 DSH 会话内读取其他会话内容
Artificialwhale/session-reader-plugin 是 DSH 的一个只读插件,允许在当前会话中读取其他会话的上下文,包括用户/助手消息、工具调用结果、推理过程及原始事件流。该插件独立于官方,提供 `session_list` 和 `session_read` 核心功能,支持通过 `/sessions` 斜杠命令直接查询,无需模型回合。读取模式涵盖 `io`(默认消息交互)、`thinking`(推理分块)、`surface`(压缩后视图)和 `raw`(原始日志)。所有输出均设有截断保护以防污染上下文。插件纯 JS 实现,无原生依赖,基于 DSH 0.1.0-rc.6
Read Moredsh-obsidian: A host-only plugin for connecting DeepSeek Harness to an Obsidian vault
dsh-obsidian is a Host-only Obsidian integration plugin for DeepSeek Harness (DSH), designed to address issues such as path traversal, accidental deletion, and concurrent overwrites when general-purpose file tools operate on knowledge bases. Through a set of `obsidian_*` tools, the plugin consolidates Vault file operations, knowledge retrieval, attachment management, and editor commands into the DSH environment, without relying on a browser client or HTTP service. Its core mechanisms include dynamically injecting 25 specialized tools based on trigger words to ensure they are visible only in relevant sessions; enforcing strict security constraints at the Vault layer, such as path validation, atomic writes, and binary restrictions; while editor and command functionality requires installing the Companion and communicating via IPC. Installation requires DSH
Read MoreDSH-Cloak-Browser: Native Browser Plugin for DeepSeek Harness's CloakBrowser
`dsh-cloak-browser` is a community-maintained plugin for DeepSeek Harness (DSH), designed to integrate CloakBrowser capabilities into the Agent tool pipeline. It ensures session security by maintaining an isolated `BrowserContext` for each Agent, and returns restricted page snapshots along with short-lived element references (e.g., `p1:s3:e8`) after interactions such as navigation, clicking, input, and screenshots, enabling the Agent to continue operations based on these references without retaining extensive DOM data. Core features include on-demand Chromium startup, automatic license detection (supporting direct startup with Free keys and serializing concurrent sessions), proxy-aware GeoIP consistency, domain allowlist/blocklist rules, and handling for images and text—
Read MoreDirect Image Generation in DeepSeek Harness: Getting Started with the dsh-image-gen Plugin
dsh-image-gen is an open-source DeepSeek Harness image generation plugin by shanliuling, which supports direct image generation via the generate_image tool within web dialogs. It is compatible with multiple providers including Gemini, OpenAI, Volcano Ark Seedream, and Tongyi Wanxiang, and comes with built-in gallery management and workspace persistence. This article covers installation commands, API Key configuration, typical usage, as well as plugin permissions and security considerations.
Read More